home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / library / mfssrgrp.lha / MuFS_UserGroup.doc < prev    next >
Text File  |  1992-09-02  |  2KB  |  52 lines

  1.             MultiUser Compatible UserGroup.library
  2.             ======================================
  3.  
  4.             Release date: 1995/10/13
  5.  
  6.             Original code taken from AmiTCP3.0b2 GNU source code
  7.           Multiuser compatible version by Andrea Rafreider
  8.  
  9.  
  10.  
  11. With this version of usergroup.library, you don't need any more two separate
  12. passwd files, one for AmiTCP and one for MultiUser.
  13.  
  14. This particular version of usergroup.library has a fake crypt() function
  15. that calls ACrypt() to do password encryption. In this way the AmiTCP passwd
  16. file is identical to that of MultiUser.
  17.  
  18. Note:
  19. This usergroup.library still expects to find the passwd file in AmiTCP:db/, so
  20. you have to move there your MuFS passwd file (or you can just make another copy
  21. in AmiTCP:db/ if you want).
  22. Note also that this library will be of no use when MultiUser2.0 will become
  23. available, as it will totally compatible with AmiTCP passwd encryption.
  24.  
  25.                 Installation
  26.                 ============
  27.  
  28. To install, simply rename the MuFS_usergroup.library to usergroup.library
  29. and copy it to AmiTCP:Libs/
  30.  
  31.                  Compiling
  32.                  =========
  33.  
  34. If you want to compile it you need to get the AmiTCP3.0b2 API and also the
  35. gawk package from GNU.
  36. Just copy MuFS_crypt.c over the original crypt.c in usergroup/, cd to usergroup/
  37. and type smake.
  38.  
  39.                    Bugs
  40.                    ====
  41.  
  42. None that I'm aware of. Anyway, if you find one, I can be reached via e-mail at
  43. the address: andsk@amiga.dei.unipd.it .
  44.  
  45.                 Distribution
  46.                 ============
  47.  
  48.         This program is placed in the public domain.
  49.  
  50. Please see also the GNU General Public Licence included in this archive.
  51. to agree with terms and conditions of the distribution of this package. 
  52.